Skip to main content
This forum is closed to new posts and responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

Your problem is the @Do(@Command([FileSave])... has already been done.
~Umberto Nongeroson 13.Jan.04 05:55 PM a Web browser
Applications Development 6.0.3 Windows NT


You are in the QuerySave which can not re-call itself with a [FileSave]. I would change your code a fair amount...
First off you are trying to validate the field PeriodEnding so put the code in the PeriodEnding input validation section.

@If(@IsDocBeingSaved; ""; @Return(@Success));
List := @Text(@DbLookup("":"NoCache"; ""; "ENL"; EmployeeName2; 2; [FAILSILENT]));
@If(PeriodEnding = ""; @Failure("The Period Ending field cannot be blank!"); @IsMember(@Text(PeriodEnding); List);
@Failure("You have entered a duplicate period-ending date. You can add only unique dates."); @Success)




@unique w/ a date field (~Isaac Ekgeroge... 12.Jan.04)
. . RE: @unique w/ a date field (~Mario Lopkiste... 13.Jan.04)
. . Your problem is the @Do(@Command([F... (~Dan Elhipister... 13.Jan.04)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS